home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / spinava historka / gEN.swf / scripts / frame_5 / DoAction.as
Text File  |  2004-10-08  |  526b  |  31 lines

  1. setProperty("_root.hero", _xscale, "+80");
  2. setProperty("_root.hero", _yscale, "80");
  3. setProperty("_root.hero", _X, "500");
  4. setProperty("_root.hero", _Y, "470");
  5. tellTarget("_root.darker")
  6. {
  7.    gotoAndPlay(2);
  8. }
  9. tellTarget("_root.c")
  10. {
  11.    gotoAndStop(1);
  12. }
  13. if(prog_veranda eq true)
  14. {
  15.    tellTarget("_root.veranda")
  16.    {
  17.       gotoAndStop(11);
  18.    }
  19.    tellTarget("_root.fred")
  20.    {
  21.       gotoAndStop(14);
  22.    }
  23. }
  24. if(prog_taska eq true)
  25. {
  26.    tellTarget("_root.debats")
  27.    {
  28.       nextFrame();
  29.    }
  30. }
  31.